home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-27 | 367 b | 22 lines | [TEXT/CWIE] |
- // Hub's Drop Shell
- //
- // HDSCustom.h
- //
- // headers for customized function for Hub's Drop Shell
- //
- // ©Copyright 1995, Hubert Figuière, All right reserved.
-
- #ifndef __HDSCUSTOM__
- #define __HDSCUSTOM__
- #include "Painted Black.h"
-
- #define MYSIGNATURE 'PTBL' //signature of this application
-
-
-
- //functions to be customized....
- #define do_it PaintedBlack
-
-
- #endif
-